xen/arm: psci: Prefix with static any functions not exported
authorJulien Grall <julien.grall@arm.com>
Fri, 23 Feb 2018 18:57:26 +0000 (18:57 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Mon, 26 Feb 2018 22:59:09 +0000 (14:59 -0800)
commitec46740baef1e4c09ecf28b98f9e5474115574a2
tree121c9ca418e5781f08bbe3ce7052f1be1b4de16b
parentb7d4ba0da52bf88a73c57c929702831189b02075
xen/arm: psci: Prefix with static any functions not exported

A bunch of PSCI functions are not prefixed with static despite no one is
using them outside the file and the prototype is not available in
psci.h.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/psci.c